Previous topicNext topic
Help > Keyword Reference >
IPowerThread.Priority property set

Sets the Priority Value for this thread. The thread priority value must be one of the following:

%THREAD_PRIORITY_IDLE         = -15

%THREAD_PRIORITY_LOWEST       =  -2

%THREAD_PRIORITY_BELOW_NORMAL =  -1

%THREAD_PRIORITY_NORMAL       =   0

%THREAD_PRIORITY_ABOVE_NORMAL =  +1

%THREAD_PRIORITY_HIGHEST      =  +2

%THREAD_PRIORITY_TIME_CRITICAL= +15